home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr50 / angel19a.zip / ANGEL.INF < prev    next >
Text File  |  1993-05-21  |  17KB  |  610 lines

  1. Name: BACKUPMETHOD
  2. Mod : BKMETHOD.OBJ
  3. Decl: DECLARE FUNCTION BackupMethod% (default%, ms%)
  4. Type: Menus
  5. Desc: Presents a menu of back-up methods. Req EZ-Windows
  6.  
  7. Name: BACKUPMSG
  8. Mod : BUMSG.OBJ
  9. Decl: DECLARE SUB BackupMsg ()
  10. Type: Display
  11. Desc: Displays "subliminal" message to back-up data. Req EZ-Windows
  12.  
  13. Name: BARMENU
  14. Mod : BARMENU.OBJ
  15. Decl: DECLARE FUNCTION BarMenu% (row%, col%, nattr%, rvattr%, opts$(), seed%, getit%, ms%)
  16. Type: Menus
  17. Desc: Horizontal menu w/mouse support. Req EZ-Windows
  18.  
  19. Name: CALCATTR
  20. Mod : CALCATTR.OBJ
  21. Decl: DECLARE FUNCTION CalcAttr% (Fore%, Back%)
  22. Type: Display
  23. Desc: Turn Fore/Back colour codes into a single integer code
  24.  
  25. Name: CHOOSECOUNTRY
  26. Mod : COUNTRY.OBJ
  27. Decl: DECLARE FUNCTION ChooseCountry% (Intl%, ms%)
  28. Type: Menus
  29. Desc: Present a menu of country choices.  Req EZ-Windows
  30.  
  31. Name: CHOOSEFD
  32. Mod : FDD.OBJ
  33. Decl: DECLARE FUNCTION ChooseFD$ ()
  34. Type: Menus
  35. Desc: Presents a list of available disk drives.  Req EZ-Windows
  36.  
  37. Name: CHOOSEFILE
  38. Mod : CHOOSEFL.OBJ
  39. Decl: DECLARE FUNCTION ChooseFile$ (FileSpec$, Exclude$, ExtInfo%, ms%)
  40. Type: Disk Menus
  41. Desc: Select one file from a menu of choices. Req EZ-Windows
  42.  
  43. Name: CHOOSEFILES
  44. Mod : CHOOSEFS.OBJ
  45. Decl: DECLARE FUNCTION ChooseFiles$ (FileSpec$, Exclude$, ExtInfo%, many%, ms%)
  46. Type: Disk Menus
  47. Desc: Select multiple files from a menu of choices. Req EZ-Windows
  48.  
  49. Name: CHOOSEPORT
  50. Mod : PTRFONT.OBJ
  51. Decl: DECLARE FUNCTION ChoosePort% (Port%, ms%)
  52. Type: Menus Printer
  53. Desc: Presents a menu of printer ports (LPT1/LPT2/LPT3).  Req EZ-Windows
  54.  
  55. Name: CHOOSEPTR
  56. Mod : PTRFONT.OBJ
  57. Decl: DECLARE FUNCTION ChoosePtr% (iType$, PtrRec%, iPort%, ms%)
  58. Type: Menus Printer
  59. Desc: Presents a menu of printer choices.  Req PRINTER.DAT & EZ-Windows
  60.  
  61. Name: CONTCAN
  62. Mod : CONTCAN.OBJ
  63. Decl: DECLARE FUNCTION ContCan% ()
  64. Type: Menus Display
  65. Desc: Puts "Continue" & "Cancel" messages on screen & waits for response
  66.  
  67. Name: DATEFMT
  68. Mod : DATEFMT.OBJ
  69. Decl: DECLARE FUNCTION DateFmt$ (d%, m%, y%, Intl%)
  70. Type: String Date/Time
  71. Desc: Formats integer date values & returns a string for country setting
  72.  
  73. Name: DATEVAL
  74. Mod : ANGEL.OBJ
  75. Decl: DECLARE FUNCTION DateVal% (TheDate$)
  76. Type: Date/Time Numeric
  77. Desc: Returns an integer number for a date string (for calculations)
  78.  
  79. Name: DBFHEADER
  80. Mod : DBF.OBJ
  81. Decl: DECLARE SUB DBFHeader (FileName$, Field$(), reclen%, recs&, NoFields%)
  82. Type: DBF Disk
  83. Desc: Get header information from a DBF file including field names
  84.  
  85. Name: DBFPICKFLD
  86. Mod : DBF.OBJ
  87. Decl: DECLARE FUNCTION DBFPickFld% (ulr%, ulc%, fld$(), ms%)
  88. Type: DBF Menus
  89. Desc: Menu of field choices for DBF file (use with DBFHeader) Req EZ-Windows
  90.  
  91. Name: DBFSHOWFIELDS
  92. Mod : DBF.OBJ
  93. Decl: DECLARE SUB DBFShowFields (tr%, tc%, show%, fld$(), highlight%)
  94. Type: DBF Display
  95. Desc: Display a list of the DBF fields obtained from DBFHeader
  96.  
  97. Name: DELAY
  98. Mod : ANGEL.OBJ
  99. Decl: DECLARE SUB Delay (Sec!)
  100. Type: Miscellaneous
  101. Desc: Delay for X! number of seconds (floating point number)
  102.  
  103. Name: DISKERRORMSG
  104. Mod : DskErr.OBJ
  105. Decl: DECLARE SUB DiskErrorMsg (ec%)
  106. Type: Disk
  107. Desc: Show disk error in a window. Req EZ-Windows
  108.  
  109. Name: DRAWFDD
  110. Mod : DRAW.OBJ
  111. Decl: DECLARE SUB DrawFDD (Light%, iRow%, iCol%)
  112. Type: Display
  113. Desc: Draw a picture of a floppy disk drive.  Req EZ-Windows
  114.  
  115. Name: DRAWHDD
  116. Mod : DRAW.OBJ
  117. Decl: DECLARE SUB DrawHDD (Light%, iRow%, iCol%, Msg$)
  118. Type: Display
  119. Desc: Display picture of hard disk drive.  Req EZ-Windows
  120.  
  121. Name: DRVSPACE
  122. Mod : DRVSPACE.OBJ
  123. Decl: DECLARE SUB DrvSpace (Drive$, Total&, Free&, EC%)
  124. Type: Disk
  125. Desc: Get drive total and free space in bytes. Req PBClone.
  126.  
  127. Name: ELAPSEDTIME
  128. Mod : ELAPSED.OBJ
  129. Decl: DECLARE SUB ElapsedTime (BegTime$, EndTime$, Hour%, Minutes%, Secs%)
  130. Type: Date/Time
  131. Desc: Returns elapsed time in integers & in a string
  132.  
  133. Name: ERRSCN
  134. Mod : ANGEL.OBJ
  135. Decl: DECLARE SUB ErrScn (Number%, Module$)
  136. Type: Miscellaneous
  137. Desc: Displays a screen with the error number, module, and suggested action
  138.  
  139. Name: ERRSOLVE
  140. Mod : ANGEL.OBJ
  141. Decl: DECLARE FUNCTION ErrSolve$ (Number%)
  142. Type: PRIVATE
  143.  
  144. Name: ERRTEXT
  145. Mod : ANGEL.OBJ
  146. Decl: DECLARE FUNCTION ErrText$ (Number%)
  147. Type: PRIVATE
  148.  
  149. Name: FILEBACKUP
  150. Mod : BACKUP.OBJ
  151. Decl: DECLARE FUNCTION FileBackup% (FileMask$, Method%)
  152. Type: Disk
  153. Desc: Backs up files matching a mask using a given method. Req EZ-Windows
  154.  
  155. Name: FILERESTORE
  156. Mod : RESTORE.OBJ
  157. Decl: DECLARE FUNCTION FileRestore% (FileMask$, Method%)
  158. Type: Disk
  159. Desc: Restore entire back-up from a floppy disk.  Req EZ-Windows
  160.  
  161. Name: FILERESTORE2
  162. Mod : RESTORES.OBJ
  163. Decl: DECLARE FUNCTION FileRestore2% (FileMask$, Method%)
  164. Type: Disk
  165. Desc: Selectively restore from back-up disk.  Req EZ-Windows
  166.  
  167. Name: FKEYS
  168. Mod : FKEYS.OBJ
  169. Decl: DECLARE SUB FKeys (Keys$)
  170. Type: Display
  171. Desc: Displays function key settings near the bottom of the screen
  172.  
  173. Name: FMTFDD
  174. Mod : FDD.OBJ
  175. Decl: DECLARE FUNCTION FmtFDD% ()
  176. Type: Disk
  177. Desc: Format FDD: Looks for & runs What Floppy Format? else uses DOS FORMAT
  178.  
  179. Name: FONTDL
  180. Mod : PTRFONT.OBJ
  181. Decl: DECLARE FUNCTION FontDL (FontFile$, pts%, Port%, FontNo%)
  182. Type: Printer
  183. Desc: Downloads a soft font to a PCL printer.  Req EZ-Windows
  184.  
  185. Name: GETDATE
  186. Mod : GETDATE.OBJ
  187. Decl: DECLARE SUB GetDate (Day%, MonthNo%, Year%, Intl%, Row%, Col%, ms%, ExitKey$)
  188. Type: Date/Time
  189. Desc: Gets formatted date input from user according to country setting
  190.  
  191. Name: GETFILEDESC
  192. Mod : GETDESC.OBJ
  193. Decl: DECLARE FUNCTION GetFileDesc$ (file$)
  194. Type: Disk
  195. Desc: Returns a file's long name (from DESCRIPT.*), if available.
  196.  
  197. Name: GETFILENAME
  198. Mod : GETFILE.OBJ
  199. Decl: DECLARE FUNCTION GetFileName$ (InOut%, title$, Msg$, dflt$, ms%)
  200. Type: Input Disk
  201. Desc: Accepts file name with syntax checking in a window.  Req EZ-Windows
  202.  
  203. Name: GETFILENAMES
  204. Mod : GETFILES.OBJ
  205. Decl: DECLARE FUNCTION GetFileNameS$ (InOut%, title$, Msg$, dflt$, ms%)
  206. Type: Input Disk
  207. Desc: Same as GetFileName but uses ChooseFileS.  Req EZ-Windows
  208.  
  209. Name: GETFONTINFO
  210. Mod : FONTINFO.OBJ
  211. Decl: DECLARE SUB GetFontInfo (File$, FontName$, PtSize%)
  212. Type: Printer
  213. Desc: Gets font information from a soft font file
  214.  
  215. Name: GETNUM
  216. Mod : GETNUM.OBJ
  217. Decl: DECLARE FUNCTION GetNum$ (iRow%, iCol%, NumMask$, ONo$, ExitCode%)
  218. Type: Input
  219. Desc: Get formatted number using calculator-style input
  220.  
  221. Name: GETVALIDPATH
  222. Mod : GETPATH.OBJ
  223. Decl: DECLARE SUB GetValidPath (Drv$, Path$, Msg$, InOut%, ms%)
  224. Type: Input Disk
  225. Desc: Accepts drive/pathname w/syntax checking in a window. Req EZ-Windows
  226.  
  227. Name: HELPINDEX
  228. Mod : HELP.OBJ
  229. Decl: DECLARE SUB HelpIndex (Topic$, FileSpec$)
  230. Type: Menus Display
  231. Desc: Help window: reads .HLP file, presents menu & text. Req EZ-Windows
  232.  
  233. Name: INFORM
  234. Mod : INFORM.OBJ
  235. Decl: DECLARE FUNCTION Inform% (Row%, Col%, Wid%, iType%, ms%, snd%, Msg$)
  236. Type: Display
  237. Desc: Scrollable information window with mouse support.  Req EZ-Windows
  238.  
  239. Name: INFORMFILL
  240. Mod : INFORM.OBJ
  241. Type: PRIVATE
  242.  
  243. Name: ISCOLOUR
  244. Mod : ISCOLOUR.OBJ
  245. Decl: DECLARE FUNCTION IsColour% ()
  246. Type: Display
  247. Desc: Returns true if colour monitor, else false.  Req EZ-Windows
  248.  
  249. Name: ISPATH
  250. Mod : ISPATH.OBJ
  251. Decl: DECLARE FUNCTION IsPath% (file$, InOut%)
  252. Type: Disk
  253. Desc: Searches DOS PATH for a file name
  254.  
  255. Name: MAX
  256. Mod : MINMAXI.OBJ
  257. Decl: DECLARE FUNCTION Max% (a%, b%)
  258. Type: Numeric
  259. Desc: Returns the larger of two integer values
  260.  
  261. Name: MAXL
  262. Mod : MINMAXL.OBJ
  263. Decl: DECLARE FUNCTION MaxL& (a&, b&)
  264. Type: Numeric
  265. Desc: Returns the larger of two long integer values
  266.  
  267. Name: MAXS
  268. Mod : MINMAXS.OBJ
  269. Decl: DECLARE FUNCTION MaxS! (a!, b!)
  270. Type: Numeric
  271. Desc: Returns the larger of two single-precision floating point numbers
  272.  
  273. Name: MIN
  274. Mod : MINMAXI.OBJ
  275. Decl: DECLARE FUNCTION Min% (a%, b%)
  276. Type: Numeric
  277. Desc: Returns the smaller of two integer numbers
  278.  
  279. Name: MINL
  280. Mod : MINMAXL.OBJ
  281. Decl: DECLARE FUNCTION MinL& (a&, b&)
  282. Type: Numeric
  283. Desc: Returns the smaller of two long integer numbers
  284.  
  285. Name: MINS
  286. Mod : MINMAXS.OBJ
  287. Decl: DECLARE FUNCTION MinS! (a!, b!)
  288. Type: Numeric
  289. Desc: Returns the smaller of two single-precision floating point numbers
  290.  
  291. Name: MONTHDAYS
  292. Mod : MODAYS.OBJ
  293. Decl: DECLARE FUNCTION MonthDays% (m%, y%)
  294. Type: Numeric Date/Time
  295. Desc: Returns the number of days in a certain month
  296.  
  297. Name: OUTDEV
  298. Mod : OUTDEV.OBJ
  299. Decl: DECLARE FUNCTION OutDev$ (Port%, ms%)
  300. Type: Menus Printer
  301. Desc: Presents menu of output devices.  Req EZ-Windows
  302.  
  303. Name: OUTDEVS
  304. Mod : OUTDEVS.OBJ
  305. Decl: DECLARE FUNCTION OutDev$ (Port%, ms%)
  306. Type: Menus Printer
  307. Desc: Same as OutDev but uses GetFileNameS$().  Req EZ-Windows
  308.  
  309. Name: PARSEEXIT
  310. Mod : PARSEEK.OBJ
  311. Decl: DECLARE FUNCTION ParseExit% (ExitKey$, Row%, Col%)
  312. Type: Miscellaneous
  313. Desc: Returns row, column, and/or ASCII code from EZ-Windows GETFIELD
  314.  
  315. Name: PARSEFSPEC
  316. Mod : PARSEF.OBJ
  317. Decl: DECLARE SUB ParseFSpec (TheName$, Drv$, Pathname$, TheName2$)
  318. Type: File
  319. Desc: Parse file name for drive/path/file elements
  320.  
  321. Name: PCTDONE
  322. Mod : PCTDONE.OBJ
  323. Decl: DECLARE SUB PctDone (PercentDone%, title$)
  324. Type: Miscellaneous
  325. Desc: Displays "percent done" graph & erases when 100%   Req EZ-Windows
  326.  
  327. Name: PRINTRPTMSG
  328. Mod : PTR.OBJ
  329. Decl: DECLARE SUB PrintRptMsg (Msg$)
  330. Type: Miscellaneous Display
  331. Desc: Window says report "...is printing. Esc to Cancel."  Req EZ-Windows
  332.  
  333. Name: PTRREADY
  334. Mod : PTR.OBJ
  335. Decl: DECLARE FUNCTION PtrReady% (Port%)
  336. Type: Printer
  337. Desc: Check if printer is ready & displays message if not.  Req PBCLONE
  338.  
  339. Name: REPL
  340. Mod : REPL.OBJ
  341. Decl: DECLARE FUNCTION Repl$ (St$, Target$, item$)
  342. Type: String
  343. Desc: Replaces part of a string with another string
  344.  
  345. Name: QSORT
  346. Mod : QSORT.OBJ
  347. Decl: DECLARE SUB QSort (WorkSpc%(), SORT1$(), SORT2$(), NoDims%, NoItems%, SortField%)
  348. Type: Miscellaneous
  349. Desc: A public domain sort routine not written by me. See source code.
  350.  
  351. Name: SAYOK
  352. Mod : SAYOK.OBJ
  353. Decl: DECLARE SUB SayOk (Row%, Col%, ms%)
  354. Type: Miscellaneous Display
  355. Desc: Displays "Ok" button & waits for CR or mouse click.  Req EZ-Windows
  356.  
  357. Name: SEARCHPATH
  358. Mod : SRCHPATH.OBJ
  359. Decl: DECLARE FUNCTION SearchPath$ (FileName$)
  360. Type: Disk Miscellaneous
  361. Desc: Searches DOS path for file & returns full file name with path.
  362.  
  363. Name: SELECTFONT
  364. Mod : SELFONT.OBJ
  365. Decl: DECLARE FUNCTION SelectFont% (action$, PtrNo%, ulr%, Ext$, SFdir$, ms%)
  366. Type: Printer Menus
  367. Desc: Menu of font choices for a printer.  Req PRINTER.DAT & EZ-Windows
  368.  
  369. Name: SELECTFONTS
  370. Mod : SELFONTS.OBJ
  371. Decl: DECLARE FUNCTION SelectFonts% (action$, PtrNo%, ulr%, Ext$, SFdir$, ms%)
  372. Type: Printer Menus
  373. Desc: Like SelectFont% but uses GetFileNameS$(). Req PRINTER.DAT & EZ-Windows
  374.  
  375. Name: SELECTFONTSIZE
  376. Mod : PTRFONT.OBJ
  377. Decl: DECLARE FUNCTION SelectFontSize% (Font$, pts%, ms%)
  378. Type: Printer
  379. Desc: Accepts user input for font size in a window.  Req EZ-Windows
  380.  
  381. Name: SELECTSOFTFONT
  382. Mod : SELFONT.OBJ
  383. Decl: DECLARE FUNCTION SelectSoftFont$ (Path$, Ext$, ms%)
  384. Type: Printer
  385. Desc: Presents a list of soft fonts & gets user's selection. Req EZ-Windows
  386.  
  387. Name: SELECTSOFTFONTS
  388. Mod : SELFONTS.OBJ
  389. Decl: DECLARE FUNCTION SelectSoftFonts$ (Path$, Ext$, ms%)
  390. Type: Printer
  391. Desc: Like SelSoftFont$() but uses GetFileNameS$(). Req EZ-Windows
  392.  
  393. Name: STRFMT
  394. Mod : STRFMT.OBJ
  395. Decl: DECLARE FUNCTION StrFmt$ (St$, Mask$, reverse%)
  396. Type: String
  397. Desc: Formats a string to a mask. Not very powerful, but rather small.
  398.  
  399. Name: STRIPSYMBOLS
  400. Mod : STRFMT.OBJ
  401. Decl: DECLARE FUNCTION StripSymbols$ (St$)
  402. Type: String
  403. Desc: Strips symbols from a string leaving only alphabetics & numerics
  404.  
  405. Name: TRIM
  406. Mod : TRIM.OBJ
  407. Decl: DECLARE FUNCTION Trim$ (a$)
  408. Type: String
  409. Desc: Strips leading & trailing spaces and trailing CHR$(0)s from a string
  410.  
  411. Name: ZIPFMT
  412. Mod : ZIPFMT.OBJ
  413. Decl: DECLARE FUNCTION ZipFmt$ (TheZip$, Intl%)
  414. Type: String Date/Time
  415. Desc: Formats a zip code string according to country setting
  416.  
  417. Name: ZTRIM
  418. Mod : TRIM.OBJ
  419. Decl: DECLARE FUNCTION zTrim$ (a$)
  420. Type: String
  421. Desc: Strips trailing CHR$(0)s from a string
  422.  
  423. Name: DRAWBOX
  424. Mod : DRAW.OBJ
  425. Decl: DECLARE SUB DrawBox (tRow%, tCol%, bRow%, bCol%)
  426. Type: Display
  427. Desc: Draws a single-line box
  428.  
  429. Name: MOUSE
  430. Mod : MOUSE.OBJ
  431. Decl: DECLARE SUB mouse (ax%, bx%, cx%, dx%, ms%)
  432. Type: Mouse
  433. Desc: EZ-Windows mouse routines (see EZ-Windows docs)
  434.  
  435. Name: GETFIELD
  436. Mod : GETFIELD.OBJ
  437. Decl: DECLARE SUB getfield (v%, h%, lng%, mask$, FillChar%, attr%, eattr%, StartMode%, CursIns%, CursOv%, ms%, SoundOn%, default$, lin$, lastkey$)
  438. Type: Input
  439. Desc: EZ-Windows input routine (see EZ-Windows docs)
  440.  
  441. Name: GETVIDEO
  442. Mod : WINDOMGR.OBJ
  443. Type: Private
  444. Desc: EZ-Windows
  445.  
  446. Name: POPUPMENU
  447. Mod : POPUPMNU.OBJ
  448. Decl: DECLARE SUB popupmenu (header$, ulr%, ulc%, choices%, wdth%, item$(), wattr%, hiattr%, hdrattr%, shadow%, ms%, SoundOn%, slct%, seed%)
  449. Type: Menus
  450. Desc: EZ-Windows pop-up menu routine (see EZ-Windows docs)
  451.  
  452. Name: POPWINDO
  453. Mod : POPWINDO.OBJ
  454. Decl: DECLARE SUB popwindo (title$, titlepos%, ulr%, ulc%, lrr%, lrc%, attr%, frame&, shadow%, snd%)
  455. Type: Display
  456. Desc: EZ-Windows window routine (see EZ-Windows docs)
  457.  
  458. Name: PULLDOWN
  459. Mod : PULLDOWN.OBJ
  460. Decl: DECLARE SUB pulldown (menuline$, menurow%, menucol%, menuattr%, hotattr%, hiattr%, NVattr%, HiPos1%(), HiPos2%(), MaxSize%(), MaxItems%(), items$(), valid%(), toggle%(), ms%, clearafter%, seed%, shadow%, SoundOn%, menuslct%, itemslct%)
  461. Type: Menus
  462. Desc: EZ-Windows pull-down menu routine (see EZ-Windows docs)
  463.  
  464. Name: QWIKPRT
  465. Mod : QWIKPRT.OBJ
  466. Decl: DECLARE SUB qwikprt (t$, y%, x%, attr%)
  467. Type: Display
  468. Desc: EZ-Windows fast output routine (see EZ-Windows docs)
  469.  
  470. Name: RESTWINDO
  471. Mod : WINDOMGR.OBJ
  472. Decl: DECLARE SUB restwindo (arryseg%)
  473. Type: Display
  474. Desc: EZ-Windows routine
  475.  
  476. Name: SAVEPOP
  477. Mod : WINDOMGR.OBJ
  478. Decl: DECLARE SUB savepop (title$, titlepos%, ulr%, ulc%, lrr%, lrc%, attr%, frame&, shadow%, snd%, bufseg%)
  479. Type: Display
  480. Desc: EZ-Windows routine
  481.  
  482. Name: SCROLLMENU
  483. Mod : SCRLMENU.OBJ
  484. Decl: DECLARE SUB scrollmenu (header$, ulr%, ulc%, showitems%, wdth%, MaxItems%, item$(), wattr%, hiattr%, hdrattr%, shadow%, ms%, SoundOn%, slct%)
  485. Type: Menus
  486. Desc: EZ-Windows menu routine (see EZ-Windows docs)
  487.  
  488. Name: SCROLLTAG
  489. Mod : SCRLTAG.OBJ
  490. Decl: DECLARE SUB scrolltag (header$, ulr%, ulc%, showitems%, wdth%, MaxItems%, item$(), option$, hipos%, wattr%, hiattr%, hdrattr%, keyattr%, shadow%, ms%, SoundOn%, tag%(), NumTagged%)
  491. Type: Menus
  492. Desc: EZ-Windows menu routine (see EZ-Windows docs)
  493.  
  494. Name: TICKWAIT
  495. Mod : TICKWAIT.OBJ
  496. Decl: DECLARE SUB tickwait (n%)
  497. Type: Mouse
  498. Desc: EZ-Windows routine (see EZ-Windows docs)
  499.  
  500. Name: VIDEO
  501. Mod : VIDEO.OBJ
  502. Decl: DECLARE SUB video (vid%)
  503. Type: Display
  504. Desc: EZ-Windows routine (see EZ-Windows docs)
  505.  
  506. Name: BKSCROLL
  507. Mod : SCROLL.OBJ
  508. Decl: DECLARE SUB BkScroll (BYVAL TopRow%, BYVAL LeftCol%, BYVAL BottomRow%, BYVAL RightCol%, BYVAL Times%)
  509. Type: Display
  510. Desc: Scroll an area of the screen down (PBClone routine)
  511.  
  512. Name: CHECKDSK
  513. Mod : CHEKDSK.OBJ
  514. Decl: DECLARE FUNCTION CheckDsk% (Drive$)
  515. Type: Disk
  516. Desc: See if a disk is ready to be accessed (PBClone routine)
  517.  
  518. Name: CRITINIT
  519. Mod : CRITERR.OBJ
  520. Type: PRIVATE
  521. Desc: PBClone
  522.  
  523. Name: CRITERROR
  524. Mod : CRITERR.OBJ
  525. Type: PRIVATE
  526. Desc: PBClone
  527.  
  528. Name: CRITDONE
  529. Mod : CRITERR.OBJ
  530. Type: PRIVATE
  531. Desc: PBClone
  532.  
  533. Name: DSCRREST
  534. Mod : DSCRREST.OBJ
  535. Decl: DECLARE SUB DScrRest (BYVAL DSeg%, BYVAL DOfs%, BYVAL Page%, BYVAL Fast%)
  536. Type: Display
  537. Desc: Restore a saved screen from an array (PBClone routine)
  538.  
  539. Name: DSCRSAVE
  540. Mod : DSCRSAVE.OBJ
  541. Decl: DECLARE SUB DScrSave (BYVAL DSeg%, BYVAL DOfs%, BYVAL Page%, BYVAL Fast%)
  542. Type: Display
  543. Desc: Save a screen into an array (PBClone routine)
  544.  
  545. Name: FILENAME
  546. Mod : CRITERR.OBJ
  547. Type: PRIVATE
  548. Desc: PBClone
  549.  
  550. Name: SCROLL
  551. Mod : SCROLL.OBJ
  552. Decl: DECLARE SUB Scroll (BYVAL TopRow%, BYVAL LeftCol%, BYVAL BottomRow%, BYVAL RightCol%, BYVAL Times%)
  553. Type: Display
  554. Desc: Scroll an area of the screen up (PBClone routine)
  555.  
  556. Name: SCRREST
  557. Mod : SCRREST.OBJ
  558. Decl: DECLARE SUB ScrRest (Array%(), Page%, Fast%)
  559. Type: Display
  560. Desc: Restore a saved screen (PBClone routine)
  561.  
  562. Name: SCRSAVE
  563. Mod : SCRSAVE.OBJ
  564. Decl: DECLARE SUB ScrSave (Array%(), Page%, Fast%)
  565. Type: Display
  566. Desc: Save a screen to an array (PBClone routine)
  567.  
  568. Name: FINDFIRSTMATCH
  569. Mod : FINDFILE.OBJ
  570. Decl: DECLARE SUB FindFirstMatch (file$, fattr%, ExitCode%)
  571. Type: Disk
  572. Desc: QLib routine
  573.  
  574. Name: FINDNEXTMATCH
  575. Mod : FINDFILE.OBJ
  576. Decl: DECLARE SUB FindNextMatch (ExitCode%)
  577. Type: Disk
  578. Desc: QLib routine
  579.  
  580. Mame: FINDFILENAME
  581. Mod : FINDFILE.OBJ
  582. Decl: DECLARE SUB FindFileName (file$, flen%)
  583. Type: Disk
  584. Desc: QLib routine
  585.  
  586. Name: FINDFILEATTR
  587. Mod : FINDFILE.OBJ
  588. Decl: DECLARE SUB FindFileAttr (fattr%)
  589. Type: Disk
  590. Desc: QLib routine
  591.  
  592. Name: FINDFILEDATE
  593. Mod : FINDFILE.OBJ
  594. Decl: DECLARE SUB FindFileDate (month%, day%, year%)
  595. Type: Disk
  596. Desc: QLib routine
  597.  
  598. Name: FINDFILETIME
  599. Mod : FINDFILE.OBJ
  600. Decl: DECLARE SUB FindFileTime (hour%, minute%, sec%)
  601. Type: Disk
  602. Desc: QLib routine
  603.  
  604. Name: FINDFILESIZE
  605. Mod : FINDFILE.OBJ
  606. Decl: DECLARE SUB FindFileSize (lowword%, highword%)
  607. Type: Disk
  608. Desc: QLib routine
  609.  
  610.